PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFFunction Class / setDomain Method
An array of 2 x m numbers, where m is the number of input values.
In This Topic
    setDomain Method
    In This Topic
    Sets the function domain.
    Syntax
    public void setDomain( 
       double[] domain
    )

    Parameters

    domain
    An array of 2 x m numbers, where m is the number of input values.
    Exceptions
    ExceptionDescription
    When domain is null
    See Also